GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-28T15:08:13.8181062+00:00",
"SubmitDate": "2025-11-28T15:08:13.8181062+00:00",
"ReportPeriodStart": "2025-11-28T15:08:13.8181062+00:00",
"ReportPeriodEnd": "2025-11-28T15:08:13.8181062+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "06d0666c-9274-467e-9141-643de3cfefc4",
"Rows": [
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "06d0666c-9274-467e-9141-643de3cfefc4",
"Rows": [
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"14cd7a14-fb74-4aab-b99e-89b09cc623cd",
"06876505-fdd3-4d95-a243-c7993c5a7e6b"
],
"Approvers": [
"0d3493a4-33b5-416b-9415-1daeed1cd666",
"f45f4ea4-9e8e-41a6-ad58-47969d19fb9c"
],
"ApprovedBy": "11b6843d-8a48-4d16-aaeb-f8e984e9e8f7",
"ApprovalDate": "2025-11-28T15:08:13.8181062+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "439a2637-1ce1-4ad0-a0f3-c27fc4279f07",
"id": "7f764a08-5d9e-4d65-b263-fa88397eb603",
"ConfigId": "ce797097-55bf-4e85-a4cf-a2962b5fd3ac"
},
{
"GenerationDate": "2025-11-28T15:08:13.8181062+00:00",
"SubmitDate": "2025-11-28T15:08:13.8181062+00:00",
"ReportPeriodStart": "2025-11-28T15:08:13.8181062+00:00",
"ReportPeriodEnd": "2025-11-28T15:08:13.8181062+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "06d0666c-9274-467e-9141-643de3cfefc4",
"Rows": [
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "06d0666c-9274-467e-9141-643de3cfefc4",
"Rows": [
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a337ced4-894e-4f74-aa4b-e502c42900b9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"14cd7a14-fb74-4aab-b99e-89b09cc623cd",
"06876505-fdd3-4d95-a243-c7993c5a7e6b"
],
"Approvers": [
"0d3493a4-33b5-416b-9415-1daeed1cd666",
"f45f4ea4-9e8e-41a6-ad58-47969d19fb9c"
],
"ApprovedBy": "11b6843d-8a48-4d16-aaeb-f8e984e9e8f7",
"ApprovalDate": "2025-11-28T15:08:13.8181062+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "439a2637-1ce1-4ad0-a0f3-c27fc4279f07",
"id": "7f764a08-5d9e-4d65-b263-fa88397eb603",
"ConfigId": "ce797097-55bf-4e85-a4cf-a2962b5fd3ac"
}
]